FHIR IG Statistics: CodeSystem/DCH-ReferralUrgency-1
Resources that use this resource
Resources that this resource uses
No resources found
Narrative
No narrative content found in resource
Source
{
"resourceType": "CodeSystem",
"id": "DCH-ReferralUrgency-1",
"url": "https://fhir.nhs.uk/STU3/CodeSystem/DCH-ReferralUrgency-1",
"version": "1.0.0",
"name": "DCH Referral Urgency",
"status": "draft",
"date": "2017-12-04T00:00:00+00:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "A CodeSystem to identify the priority of a referral request for services.",
"copyright": "Copyright © 2017 NHS Digital",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "1",
"display": "Routine"
},
{
"code": "2",
"display": "Urgent"
},
{
"code": "3",
"display": "ASAP (2 Week Wait)"
}
]
}